home *** CD-ROM | disk | FTP | other *** search
- @Label0
- AutoType "setup^M"
- @Label1
- If Prompt = "Enter #, <P>revious, or <H>elp?" Then @Label2
- GoTo @Label1
-
- @Label2
- AutoType "2^M"
- @Label3
- If Prompt = "Which Item?" Then @Label4
- GoTo @Label3
-
- @Label4
- AutoType "2^M"
- @Label5
- If Prompt = "New Break Character?" Then @Label6
- GoTo @Label5
-
- @Label6
- AutoType "3^M"
- @Label7
- If Prompt = "Which Item?" Then @Label8
- GoTo @Label7
-
- @Label8
- AutoType "3^M"
- @Label9
- If Prompt = "New Character Delete Character?" Then @Label10
- GoTo @Label9
-
- @Label10
- AutoType "8^M"
- @Label11
- If Prompt = "Which Item?" Then @Label12
- GoTo @Label11
-
- @Label12
- AutoType "4^M"
- @Label13
- If Prompt = "New Line Delete Character?" Then @Label14
- GoTo @Label13
-
- @Label14
- AutoType "24^M"
- @Label15
- If Prompt = "Which Item?" Then @Label16
- GoTo @Label15
-
- @Label16
- AutoType "5^M"
- @Label17
- If Prompt = "Please choose a number?" Then @Label18
- GoTo @Label17
-
- @Label18
- AutoType "6^M"
- @Label19
- If Prompt = "Which Item?" Then @Label20
- GoTo @Label19
-
- @Label20
- AutoType "6^M"
- @Label21
- If Prompt = "Host echo ON? (Y/N) ?" Then @Label22
- GoTo @Label21
-
- @Label22
- AutoType "y^M"
- @Label23
- If Prompt = "Which Item?" Then @Label24
- GoTo @Label23
-
- @Label24
- AutoType "7^M"
- @Label25
- If Prompt = "New Page Width (40-132)?" Then @Label26
- GoTo @Label25
-
- @Label26
- AutoType "80^M"
- @Label27
- If Prompt = "Which Item?" Then @Label28
- GoTo @Label27
-
- @Label28
- AutoType "8^M"
- @Label29
- If Prompt = "New Page Length (0 to 255)?" Then @Label30
- GoTo @Label29
-
- @Label30
- AutoType "24^M"
- @Label31
- If Prompt = "Which Item?" Then @Label32
- GoTo @Label31
-
- @Label32
- AutoType "10^M"
- @Label33
- If Prompt = "Enter #, <P>revious, or <H>elp?" Then @Label34
- GoTo @Label33
-
- @Label34
- Quit
-